home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util4 / 0utils.lha / 0Utils / Examine.doc < prev    next >
Text File  |  1995-09-05  |  999b  |  66 lines

  1.  
  2.  
  3.  
  4.     NAME
  5.     Examine
  6.  
  7.     SYNOPSIS
  8.     Examine -  Examine a FileSystem object  - Requires v37
  9.  
  10.     INPUTS
  11.     "PATH/A"
  12.  
  13.     DESCRIPTION
  14.  
  15.     Call the Dos.library function Examine on a
  16.     certain Filesystem Object.
  17.  
  18.     RESULT
  19.     Outputs the different fields of a struct
  20.     FileInfoBlock
  21.     
  22.  
  23.     
  24.         
  25.  
  26.     NOTES
  27.     * CLI - only
  28.  
  29.     * should compile with SAS-C
  30.     
  31.  
  32.     This command is IMHO senseless for everyday
  33.     usage - it does only make sense, if s.o. wants
  34.     to look inside certain structures ...
  35.     (I needed it when playing w/ a ramdisk)
  36.     
  37.  
  38.     BUGS
  39.  
  40.  
  41.     EXAMPLES
  42.  
  43.     >Examine SYS:S
  44.     DiskKey     = 0x2BA7;
  45.     DirEntryType= 2;   /* ST_USERDIR *\
  46.     FileName    = "S";
  47.     Protection  = "------------rwed";
  48.     EntryType   = 2;   /* ST_USERDIR *\
  49.     Size        = 0;
  50.     NumBlocks   = 1;
  51.     Comment     = "";
  52.     OwnerUID    = 0x00000000;
  53.     OwnerGID    = 0x00000000;
  54.     
  55.  
  56.     HISTORY
  57.  
  58.     25-03-95 b_noll created
  59.     19-08-95 b_noll created .data file
  60.     
  61.  
  62.     AUTHOR
  63.     Bernd Noll, Brunnenstrasse 55, D-67661 Kaiserslautern
  64.     noll@student.uni-kl.de
  65.  
  66.